home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / getgl13.zip / GETGL.DOC next >
Text File  |  1991-02-18  |  4KB  |  138 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                GETGL.EXE
  7.  
  8.  
  9.  
  10.                      * * * * * * * * * * * * * * *
  11.  
  12.                      This program is GT16 specific.
  13.  
  14.                      * * * * * * * * * * * * * * *
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                            Author : Steve Thompson
  24.                            GT Net Address : 302/006
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                           Version 1.3 - February 1991
  41.  
  42.  
  43.  
  44.  
  45.     DISCLAIMER / COPYRIGHT 
  46.  
  47.     This program comes with no warranty, either express or implied.
  48.     Use it at your own risk.
  49.  
  50.     These programs and documentation ARE NOT placed in the public domain
  51.     and the copyright remains with the author.   However, please feel
  52.     free to share copies of these programs and documentation with anyone
  53.     provided that :
  54.  
  55.     1) the EXE and DOC files are unmodified and distributed together and
  56.  
  57.     2) no fee is charged for copying or distribution.
  58.  
  59.  
  60.  
  61.     If you find this program useful, there's no need to send money, just
  62.     send me a message using the 'register' option shown later in this
  63.     document.   On the other hand, if you're absolutely overwhelmed with
  64.     generosity, you can send donations to :
  65.  
  66.     Steve Thompson
  67.     PO Box E64
  68.     Parramatta East  NSW  2150
  69.     Australia
  70.  
  71.  
  72.    NOTE :  This program is specific to GT version 16.
  73.            It will not operate correctly with earlier versions of GT.
  74.  
  75.  
  76.    PURPOSE
  77.  
  78.    This program will automatically request a GL report from your hub(s)
  79.    once a week or once a month on the day you select.
  80.  
  81.  
  82.    SETTING UP
  83.  
  84.    Not much to do, just place GETGL.EXE somewhere in your dos path.
  85.    Then add a line to the start of your netmail batch file before
  86.    mbagger, like so :
  87.  
  88.       GETGL <day> <net/node> [<net/node> .... ]
  89.       or
  90.       GETGL <date> <net/node> [<net/node> .... ]
  91.  
  92.    where <day> is any one of SUN MON TUE WED THU FRI SAT
  93.    or <date> is any number between 1 and 31 (watch out for short months)
  94.    and <net/node> is the net/node address of the system(s) from which
  95.    you're requesting the GL report.
  96.  
  97.    For example, I have the following line near the top of my NETMAIL.BAT
  98.    file :
  99.  
  100.         GETGL FRI 302/000
  101.  
  102.    So, each Friday morning, it will send a GL request to 302/000.
  103.    Nothing to it!
  104.  
  105.  
  106.     ┌─  Registration  ──────────────────────────────────────────────────┐
  107.     │                                                                   │
  108.     │  This program does not require registration in the normal sense.  │
  109.     │  There's no money involved, you don't need a crc to run it, etc,  │
  110.     │  etc. All I ask is that, if you're using the program, I'd like to │
  111.     │  know about it.   There's an easy way.   From dos, just run :     │
  112.     │                                                                   │
  113.     │      GETGL REGISTER                                               │
  114.     │                                                                   │
  115.     │  GetGl will then send me a netmail message noting that you're     │
  116.     │  using the program.   Easy, no cash, no pain, no strain.          │
  117.     │                                                                   │
  118.     └───────────────────────────────────────────────────────────────────┘
  119.  
  120.  
  121.  
  122.    Appendix 1
  123.    Program History
  124.  
  125.    8th Jan 1991   v1.0  First release
  126.  
  127.    14th Jan 1991  v1.1  Squashed a small bug, nothing too serious.
  128.                         Thanks Oliver.
  129.  
  130.                         Don't remember what happened to v1.2
  131.  
  132.    18th Feb 1991  v1.3  Added the ability to specify the date on the
  133.                         command line (in addition to day of week).
  134.                         Suggested by Raymond Wood, thanks.
  135.  
  136.  
  137.  
  138.